home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_msql.idb / usr / freeware / msql / demos / w3-msql / bookmarks / README.z / README
Encoding:
Text File  |  1998-10-28  |  1.0 KB  |  31 lines

  1. Bookmarks Database Demonstration Programme
  2. ------------------------------------------
  3.  
  4. This directory contains the source code for a bookmarks database using
  5. W3-mSQL.  To run this sample code, follow the steps below :-
  6.  
  7.     o make a directory called "bookmarks" at the top of your WWW 
  8.       document tree (it must be at the top of the tree i.e. 
  9.       http:/your.host/bookmarks).
  10.  
  11.     o Copy all the files from this directory into the new bookmarks 
  12.       directory
  13.  
  14.     o Create the bookmarks database using the setup_bookmark script
  15.       included in this directory (requires Lite to be installed in
  16.       /usr/local/Hughes/bin).
  17.  
  18.  
  19. That's it.  Now you can your browser and open http://your.host/bookmarks/
  20. to use the database.
  21.  
  22.  
  23. The files that are used to provide this database are :-
  24.  
  25.     o bookmarks.html   - the main bookmarks browser
  26.     o add.html       - form for specifying new bookmark details
  27.     o create.html       - called from add.html to create the entry
  28.     o delete.html       - code for selection of entry to delete
  29.     o remove.html       - called from delete.html to delete the entry
  30.  
  31.